home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Re Icons don't show up in th.5 < prev    next >
Encoding:
Internet Message Format  |  1996-07-02  |  1.1 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Icons don't show up in the menu
  2. Sent:        7/2/96 4:10 PM
  3. Received:    7/2/96 4:21 PM
  4. From:        Henri Lamiraux, lamiraux@apple.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >FW_MEventHandler::HandleCharKey is not called for command-c, or command-v
  9. >key events. Neither is MEventHandler::HandleVirtualKey.
  10. >
  11. >Is there a method that is?
  12. >
  13. >-Neal
  14.  
  15. Command key events like commnand-c and command-v are intercepted by 
  16. OpenDoc and transformed into a Menu event (kODEvtMenu) and send to 
  17. ODPart::HandeEvent. ODF from there calls your DoMenu method. If the 
  18. Command-key doesn't have a menu item associated with it it will be sent 
  19. to your DoCharKey method where you can test for the command key. 
  20.  
  21.  
  22. ........................................................................
  23.  Henri Lamiraux                                      lamiraux@apple.com
  24.  Apple Computer, Inc.                 OpenDoc(tm) Development Framework
  25. ........................................................................
  26.  
  27.